var net.errNoSuchHost
17 uses
	net (current package)
		cgo_unix.go#L197: 			return nil, newDNSError(errNoSuchHost, name, "")
		cgo_unix.go#L276: 			return nil, newDNSError(errNoSuchHost, addr, "")
		dnsclient_unix.go#L225: 		return errNoSuchHost
		dnsclient_unix.go#L258: 			return errNoSuchHost
		dnsclient_unix.go#L328: 				if err == errNoSuchHost {
		dnsclient_unix.go#L331: 					return p, server, newDNSError(errNoSuchHost, name, server)
		dnsclient_unix.go#L338: 				if err == errNoSuchHost {
		dnsclient_unix.go#L341: 					return p, server, newDNSError(errNoSuchHost, name, server)
		dnsclient_unix.go#L447: 		return dnsmessage.Parser{}, "", newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L575: 			return nil, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L625: 			return nil, dnsmessage.Name{}, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L631: 		return nil, dnsmessage.Name{}, newDNSError(errNoSuchHost, name, "")
		dnsclient_unix.go#L836: 			return nil, newDNSError(errNoSuchHost, addr, "")
		lookup.go#L195: 		return nil, newDNSError(errNoSuchHost, host, "")
		lookup.go#L239: 		return nil, newDNSError(errNoSuchHost, host, "")
		lookup.go#L307: 		return nil, newDNSError(errNoSuchHost, host, "")
		net.go#L639: 	errNoSuchHost  = ¬FoundError{"no such host"}
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |